home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineButton2_89 / BUTTONCONDACTION on(release, releaseOutside).as < prev    next >
Text File  |  2005-08-12  |  332b  |  15 lines

  1. on(release, releaseOutside){
  2.    this.stopDrag();
  3.    _parent._parent.drag = 0;
  4.    if(this.hitTest(_root.main.fr.body0.bodybase))
  5.    {
  6.       _root.v_pant = "on";
  7.       _root.main.fr.body0.pant.gotoAndStop(1);
  8.       _root.guide.guideGo(1);
  9.       _parent.gotoAndStop(1);
  10.    }
  11.    prevFrame();
  12.    _X = orgX;
  13.    _Y = orgY;
  14. }
  15.